@font-face {
	font-family: Futura;
	src: url(fonts/Futura-Bold.otf);
}

@font-face {
	font-family: Hero;
	src: url(fonts/Hero.otf);
}

.head {
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	padding: 0px 0 30px;
	z-index: 99;
	position: sticky;
	
	
}
.head-con{
	padding-top: 30px;
}
.head .logo{
	animation-duration:2s ;
}

.head .logo a h2 {
	color: #333;
	font-size: 32px;
	font-weight: bold;
}

.head .logo a h2 span {
	color: #ff3435;
}

.head .logo a p {
	font-size: 12px;
	color: #999;
	font-family: Hero;
	text-transform: uppercase;

}

.head .nav li {
	float: left;
	padding: 15px 36px;
	position: relative;
	display: block;
	
}

.head .nav li:after {
	content: "";
	width: 0;
	height: 2px;
	background: #da010c;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}

.head .nav li:hover:after {
	width: 100%;
}

.head .nav li a {
	text-decoration: none;
	height: 100%;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #444;
	font-size: 16px;
}



.banner {
	
	animation-duration:2s ;
}
.title h2{
	font-size:36px;
	color: #444444;
	text-align: center;
}
.title h2 span{
	color: #ff3435;
}
.title p{
	font-size: 16px;
	color: #999;
	line-height: 50px;
	text-align: center;
}
.pro {
	margin-top: 60px;
}

.pro-1 img{
	position:relative;
	transition: all 0.6s;
}
.pro-1:hover img{
	box-shadow: 3px 3px 13px rgba(0,0,0,0.3);
}
.pro-tit{
	color: #fff;
	background: rgba(0,0,0,0.3);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 40px;
	margin: 0 33px;
	transition: all 0.6s;
	
}
.pro-tit h3{
	font-size:36px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	
}
.pro-tit p{
	font-size:16px;
	line-height: 50px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
	
}
.pro-tit .pro-more{
	border: 1px solid #fff;
	padding: 7px 30px;
	border-radius: 10px;
	display: table;
	font-size: 16px;
	margin-top:15px;
}

.pro-tit:hover .pro-more{
	background: #fff;
	color: #444;
	transition: 0.5s;
}
.pro-tit:hover{
	padding:50px 40px;

}

.pro .pro-class,
.pro .pro-con,
.pro-old,
.about,
.adv,
.new,
.sjpro,
.sjabout {
	margin-top: 60px;
}
.about2,.adv1,.adv3{
	display: block;
}

.about1,.adv2,.adv4{
	display: none;
}

.about {
	background: url(../image/aboutbg.jpg) no-repeat;
	padding: 0px;
}
.about-tit{
	padding: 150px 10px 50px;
}
.about-tit h3{
	font-size: 36px;
	color: #444444;
	
}
.about-tit h3 span{
	color: #ff3435;
}
.about-tit p{
	font-size:16px;
	color: #666;
	line-height: 50px;
	padding-top: 30px;
}
.aboutmore a{
	padding: 10px 30px;
	font-size: 15px;
	color: #fff;
	background: #ff3435;
	border-radius: 20px;
	
}
.aboutmore{
	transition: all 0.5s;
}
.aboutmore:hover{
	transform: translateY(-5px);
}
.aboutimg{
	padding: 0px;
}

.adv-con {
	margin-top: 50px;
	padding: 0 30px;
}
.margin{
	margin-top: 70px;
}
.adv-con h3{
	color: #222222;
	font-size: 25px;
	font-weight: bold;
}
.adv-con h4{
	color: #999;
	font-family: hero;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 40px;
}
.adv-con p{
	font-size: 16px;
	color: #666;
	line-height: 40px;
	padding-top: 30px;
}
.adv-con .adv-1 li{
	float: left;
	width: 20%;
	padding-right: 20px;
	margin-top: 50px;

}
.adv-2{
	background: #eeeeee;
	padding:20px 5px;
}
.adv-2 p{
	text-align: center;
	font-size: 15px;
	padding-top:5px ;
}
.new{
	margin-top: 80px;
}
.new-con{
	margin-top: 40px;
	padding: 31px;
}
.new-1 {
	transition: all 0.5s;
}
.new-1 h3{
	color: #444;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	padding-top: 40px;
	transition: 0.5s;
}
.new-1 p{
	font-size: 15px;
	color: #666;
	line-height: 40px;
	transition: 0.5s;
}
.new-1:hover h3{
	color: #ff3435;
	transform: translateY(-5px);
}
.new-1:hover p{
	transform: translateY(-5px);
}
.new-2{
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 10px;
	margin-left: 10px;
	transition: all 0.6s;
}
.new-2:hover{
	transform: translateX(-5px);
}
.new-2 h3{
	font-size: 18px;
	color: #444;
	line-height: 50px;
}
.new-2 p{
	color: #999;
	line-height: 30px;
	font-size: 15px;
	
}
.new-2 h4{
	font-size: 15px;
	padding-top:30px;
	color: #999999;
}
.foot {
	background: #444444;
	overflow: hidden;

}

.foot-con {
	margin-top:50px;
	
}

.foot-con .foot-left h3,.sjfoot-left h3 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
}

.foot-con .foot-left h3 span img ,.sjfoot-left h3 span img{
	padding-right: 10px;
	padding-top: 23px;
}

.foot-con .foot-left p,.sjfoot-left p {
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}

.foot-con .foot-mid dt a {
	font-size: 20px;
	color: #fff;
	line-height: 40px;
}

.foot-con .foot-mid dd a {
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}

.foot-con .foot-mid dd a span {
	padding-left: 20px;
}

.link {
	font-size: 18px;
	background: #fff;
	border-radius: 50px;
	padding-left: 0 !important;
	margin-bottom: 60px;
}

.link h3 {
	float: left;
	background: #ff3435;
	padding: 15px;
	border-radius:50px 0 0 50px;
	color: #fff;
	
}

.link ul li a {
	float: left;
	font-size: 16px;
	padding-left: 25px;
	color: #666;
	padding-top: 15px;
}

.footbot {
	padding: 30px 0;
	font-size: 15px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
}

.footbot a {
	color: #fff;
	font-size: 15px;
}

.sjpro h3,
.sjabout .sjaboutcon h3,
.sjnew h3 {
	text-align: center;
	font-size: 30px;
	color: #ff3435;
	line-height: 60px;
}




.sjpro h3 font,
.sjabout .sjaboutcon h3 font,
.sjnew h3 font {
	font-size: 30px;
	color: #333;
	
}

.sjpro h5,
.sjabout .sjaboutcon h5,
.sjnew h5 {
	font-size: 15px;
	text-align: center;
	color: #999;
	line-height: 25px;
}

.sjpro-con {
	margin-top: 30px;
}

.sjpro-con .sjtxt {
	font-size: 18px;
	color: #666;
	text-align: center;
	line-height: 60px;
}

.sjpro .sjpromore a {
	font-size: 16px;
	padding: 10px;
	border-radius: 30px;
	background: #ff3435;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 20px;
}

.sjabout {
	background: url(../image/sjabout.jpg);
	background-size: cover;
}

.sjabout .sjaboutcon h3 {
	padding-top: 20px;
}

.sjabout .sjaboutcon {
	margin-top: 38px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 30px;
	margin-bottom: 10px;
}

.sjabout .sjaboutcon p {
	line-height: 40px;
	padding: 20px;
	font-size: 16px;
	color: #666;
}

.sjabout .sjaboutmore a {
	font-size: 16px;
	padding: 10px;
	border-radius: 30px;
	background: #ff3435;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}


.sjfoot{
	background: #444;}

.sjfoot-left .sjlast{
	font-size: 14px; 
	line-height: 25px; 
	padding-top: 20px; 
	color: #fff;
	padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
	.title p{
		font-size: 14px;
		line-height: 30px;
		
	}
	.title h2{
		font-size:30px;
		
	}
	.new-con{
		margin-top: 20px;

	}
	.adv-con h3{
		
		font-size:20px;
		line-height: 30px;
	
	}
	.adv-con h4{
		
		line-height:30px;
	}
	.margin{
		margin-top: 20px;
	}
	
}
@media only screen and (max-width: 1800px){
	.pro-tit{
		
		margin: 0 5px;
	
		
	}
}
@media only screen and (max-width: 1500px){
	.about2,.adv1,.adv3{
		display: none;
	}
	
	.about1,.adv2,.adv4{
		display: block;
	}
}